home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Many Bugs in a Box
/
How Many Bugs in a Box.cdr
/
bugs
/
juicebar
/
00835.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-04-07
|
220 b
|
14 lines
on mouseUp
global MC
set MC to MC + 1
if (MC mod 3) = 0 then
go("MCbored.Pos2a")
end if
if (MC mod 3) = 1 then
go("MCbored.Pos2b")
end if
if (MC mod 3) = 2 then
go("MCbored.Pos2c")
end if
end